home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 5_programming / echo < prev    next >
Encoding:
Text File  |  2002-10-28  |  786 b   |  22 lines

  1. Synopsis:
  2.    echo [<anything>]
  3.  
  4. Description:
  5.    This command prints its arguments back to the screen.  That's it.  It
  6.    is useful for printing status messages from inside scripts, or inside
  7.    hooks for redefining server messages.
  8.  
  9.    The ECHO command is also the only command (one of two, actually; see
  10.    XECHO) that can write to the screen when DISPLAY is off. ECHO now
  11.    has no length limitation, it can display any string within the confines
  12.    of memory.
  13.  
  14. See Also:
  15.    eval(5); set(4) display, input_aliases; xecho(5)
  16.  
  17. Other Notes:
  18.    ECHO will not normally expand variables unless it is used inside an
  19.    alias.  To force expansion, use EVAL or set INPUT_ALIASES on. This is
  20.    not a bug, it is an intentional feature common to all commands.
  21.  
  22.